added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Service / MultipleEndpointsSingleUri / VB / client / My Project / AssemblyInfo.vb
blobb9fd7cc4c050a33e30d22e6e2d7490692260a173
1 Imports System
2 Imports System.Reflection
3 Imports System.Runtime.CompilerServices
4 Imports System.Runtime.InteropServices
5 Imports System.Security.Permissions
7 ' General Information about an assembly is controlled through the following
8 ' set of attributes. Change these attribute values to modify the information
9 ' associated with an assembly.
11 ' Review the values of the assembly attributes
13 <Assembly: AssemblyTitle("client")>
14 <Assembly: AssemblyDescription("")>
15 <Assembly: AssemblyCompany("Microsoft")>
16 <Assembly: AssemblyProduct("")>
17 <Assembly: AssemblyCopyright("Copyright @ Microsoft 2004")>
18 <Assembly: AssemblyTrademark("")>
19 <Assembly: CLSCompliant(True)>
20 <Assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum)>
21 <Assembly: AssemblyConfiguration("")>
22 <Assembly: AssemblyCulture("")>
24 <Assembly: ComVisible(False)>
26 'The following GUID is for the ID of the typelib if this project is exposed to COM
27 <Assembly: Guid("c17c1a18-1ca2-4393-b9c8-d5f48e289635")>
29 ' Version information for an assembly consists of the following four values:
31 ' Major Version
32 ' Minor Version
33 ' Build Number
34 ' Revision
36 ' You can specify all the values or you can default the Build and Revision Numbers
37 ' by using the '*' as shown below:
39 <Assembly: AssemblyVersion("1.0.0.0")>
40 <Assembly: AssemblyFileVersion("1.0.0.0")>